home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / mac / PCDSS / TO2Binary.dcr / Internal_55.ls < prev    next >
Encoding:
Text File  |  2002-01-04  |  213 b   |  15 lines

  1. global init, first, L, myTimer
  2.  
  3. on enterFrame me
  4.   if init = 0 then
  5.     makePicsList()
  6.     initVars()
  7.     getRand()
  8.     countList()
  9.     init = 1
  10.   end if
  11.   first = 1
  12.   L = the mouseH
  13.   sprite(2).memberNum = 2
  14. end
  15.